LoadFromClipboardFormat
Description
This procedure for using in the TsgCADdxfImage
descendant class only.
Use the LoadFromClipBoardFormat
method to read data from the clipboard.
Parameter | Type | Description |
---|---|---|
Fmt | Word | A clipboard format |
Data | THandle | A handle to the data |
Pal | HPALETTE | A pallete |
Syntax
procedure LoadFromClipboardFormat(Fmt: Word; Data: THandle; Pal: HPALETTE); override;